Remove assorted G_OBJECT casts where unnecessary.
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Thu, 13 Dec 2001 21:22:12 +0000 (21:22 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Thu, 13 Dec 2001 21:22:12 +0000 (21:22 +0000)
2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* gdk-pixbuf-animation.c, gdk-pixbuf-loader.c, gdk-pixpuf.c,
io-gif-animation.c, io-gif.c, io-tiff.c, test-loaders.c: Remove
assorted G_OBJECT casts where unnecessary.

* gdk-pixbuf-loader.c: Call g_object_ref and g_object_unref
instead of gdk_pixbuf_animation_ref and gdk_pixbuf_animation_unref
resp.

* gdk-pixbuf-csource.c, io-bmp.c, io-gif-animation.c, io-ico.c,
io-jpeg.c, io-png.c, io-pnm.c, io-ras.c, io-tga.c, io-wbmp.c,
io-xbm.c, io-xpm.c, test-gdk-pixbuf.c: Dito for gdk_pixbuf_ref and
gdk_pixbuf_unref.

* Makefile.am, pixops/Makefile.am: Compile everything with
-DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED

* gdk-pixdata.c: Use g_ascii_strup() instead of g_strup().

* io-xpm.c: Use g_ascii_strcasecmp() instead of g_strcasecmp().

* demos/testpixbuf-drawable.c, demos/testpixbuf-save.c,
demos/testpixbuf-scale.c, demos/testpixbuf.c: Call g_object_ref
and g_object_unref instead of gdk_pixbuf_ref and gdk_pixbuf_unref
resp.

34 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
demos/testpixbuf-drawable.c
demos/testpixbuf-save.c
demos/testpixbuf-scale.c
demos/testpixbuf.c
gdk-pixbuf/ChangeLog
gdk-pixbuf/Makefile.am
gdk-pixbuf/gdk-pixbuf-animation.c
gdk-pixbuf/gdk-pixbuf-csource.c
gdk-pixbuf/gdk-pixbuf-loader.c
gdk-pixbuf/gdk-pixbuf.c
gdk-pixbuf/gdk-pixdata.c
gdk-pixbuf/io-bmp.c
gdk-pixbuf/io-gif-animation.c
gdk-pixbuf/io-gif.c
gdk-pixbuf/io-ico.c
gdk-pixbuf/io-jpeg.c
gdk-pixbuf/io-png.c
gdk-pixbuf/io-pnm.c
gdk-pixbuf/io-ras.c
gdk-pixbuf/io-tga.c
gdk-pixbuf/io-tiff.c
gdk-pixbuf/io-wbmp.c
gdk-pixbuf/io-xbm.c
gdk-pixbuf/io-xpm.c
gdk-pixbuf/pixops/Makefile.am
gdk-pixbuf/test-gdk-pixbuf.c
gdk-pixbuf/test-loaders.c

index f4f90d4f10398a7b8decc075803d2b6c4cf3da8e..3bc5cb972f7d2bd95dcfdf0544b22dcf03e29453 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * demos/testpixbuf-drawable.c, demos/testpixbuf-save.c,
+       demos/testpixbuf-scale.c, demos/testpixbuf.c: Call g_object_ref
+       and g_object_unref instead of gdk_pixbuf_ref and gdk_pixbuf_unref
+       resp.
+
 Thu Dec 13 22:02:41 2001  Kristian Rietveld   <kris@gtk.org>
 
        * gtk/gtktreeview.c (validate_visible_area): free path
index f4f90d4f10398a7b8decc075803d2b6c4cf3da8e..3bc5cb972f7d2bd95dcfdf0544b22dcf03e29453 100644 (file)
@@ -1,3 +1,10 @@
+2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * demos/testpixbuf-drawable.c, demos/testpixbuf-save.c,
+       demos/testpixbuf-scale.c, demos/testpixbuf.c: Call g_object_ref
+       and g_object_unref instead of gdk_pixbuf_ref and gdk_pixbuf_unref
+       resp.
+
 Thu Dec 13 22:02:41 2001  Kristian Rietveld   <kris@gtk.org>
 
        * gtk/gtktreeview.c (validate_visible_area): free path
index f4f90d4f10398a7b8decc075803d2b6c4cf3da8e..3bc5cb972f7d2bd95dcfdf0544b22dcf03e29453 100644 (file)
@@ -1,3 +1,10 @@
+2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * demos/testpixbuf-drawable.c, demos/testpixbuf-save.c,
+       demos/testpixbuf-scale.c, demos/testpixbuf.c: Call g_object_ref
+       and g_object_unref instead of gdk_pixbuf_ref and gdk_pixbuf_unref
+       resp.
+
 Thu Dec 13 22:02:41 2001  Kristian Rietveld   <kris@gtk.org>
 
        * gtk/gtktreeview.c (validate_visible_area): free path
index f4f90d4f10398a7b8decc075803d2b6c4cf3da8e..3bc5cb972f7d2bd95dcfdf0544b22dcf03e29453 100644 (file)
@@ -1,3 +1,10 @@
+2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * demos/testpixbuf-drawable.c, demos/testpixbuf-save.c,
+       demos/testpixbuf-scale.c, demos/testpixbuf.c: Call g_object_ref
+       and g_object_unref instead of gdk_pixbuf_ref and gdk_pixbuf_unref
+       resp.
+
 Thu Dec 13 22:02:41 2001  Kristian Rietveld   <kris@gtk.org>
 
        * gtk/gtktreeview.c (validate_visible_area): free path
index f4f90d4f10398a7b8decc075803d2b6c4cf3da8e..3bc5cb972f7d2bd95dcfdf0544b22dcf03e29453 100644 (file)
@@ -1,3 +1,10 @@
+2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * demos/testpixbuf-drawable.c, demos/testpixbuf-save.c,
+       demos/testpixbuf-scale.c, demos/testpixbuf.c: Call g_object_ref
+       and g_object_unref instead of gdk_pixbuf_ref and gdk_pixbuf_unref
+       resp.
+
 Thu Dec 13 22:02:41 2001  Kristian Rietveld   <kris@gtk.org>
 
        * gtk/gtktreeview.c (validate_visible_area): free path
index f4f90d4f10398a7b8decc075803d2b6c4cf3da8e..3bc5cb972f7d2bd95dcfdf0544b22dcf03e29453 100644 (file)
@@ -1,3 +1,10 @@
+2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * demos/testpixbuf-drawable.c, demos/testpixbuf-save.c,
+       demos/testpixbuf-scale.c, demos/testpixbuf.c: Call g_object_ref
+       and g_object_unref instead of gdk_pixbuf_ref and gdk_pixbuf_unref
+       resp.
+
 Thu Dec 13 22:02:41 2001  Kristian Rietveld   <kris@gtk.org>
 
        * gtk/gtktreeview.c (validate_visible_area): free path
index f4f90d4f10398a7b8decc075803d2b6c4cf3da8e..3bc5cb972f7d2bd95dcfdf0544b22dcf03e29453 100644 (file)
@@ -1,3 +1,10 @@
+2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * demos/testpixbuf-drawable.c, demos/testpixbuf-save.c,
+       demos/testpixbuf-scale.c, demos/testpixbuf.c: Call g_object_ref
+       and g_object_unref instead of gdk_pixbuf_ref and gdk_pixbuf_unref
+       resp.
+
 Thu Dec 13 22:02:41 2001  Kristian Rietveld   <kris@gtk.org>
 
        * gtk/gtktreeview.c (validate_visible_area): free path
index 7afb8658fb1e6c89c51fef116878d2a6a8ca1392..04114fd6b0c7f0f17989157ce572062814800840 100644 (file)
@@ -60,7 +60,7 @@ configure_cb (GtkWidget *drawing_area, GdkEventConfigure *evt, gpointer data)
       new_pixbuf = gdk_pixbuf_get_from_drawable (NULL, root, NULL,
                                                 0, 0, 0, 0, evt->width, evt->height);
       g_object_set_data (G_OBJECT (drawing_area), "pixbuf", new_pixbuf);
-      gdk_pixbuf_unref (pixbuf);
+      g_object_unref (pixbuf);
    }
 
    return FALSE;
index 1ed689bd5487b689606f223ba0af0be98db7a378..f592ffc4554a83c5aa969f9b61414089bdf62cfa 100644 (file)
@@ -205,7 +205,7 @@ configure_cb (GtkWidget *drawing_area, GdkEventConfigure *evt, gpointer data)
                 new_pixbuf = gdk_pixbuf_get_from_drawable (NULL, root, NULL,
                                                            0, 0, 0, 0, evt->width, evt->height);
                 g_object_set_data (G_OBJECT (drawing_area), "pixbuf", new_pixbuf);
-                gdk_pixbuf_unref (pixbuf);
+                g_object_unref (pixbuf);
         }
 
         return FALSE;
index 0f25487c44edb76cf65db3ee20684eb3bdf6156d..2f1fe441c2278a17a71b7f649c3722ea5f608cf9 100644 (file)
@@ -47,7 +47,7 @@ expose_cb (GtkWidget *widget, GdkEventExpose *event, gpointer data)
                                 event->area.width, event->area.height,
                                 GDK_RGB_DITHER_NORMAL, event->area.x, event->area.y);
   
-  gdk_pixbuf_unref (dest);
+  g_object_unref (dest);
   
   return TRUE;
 }
index f79f6c66db3293b2c7d4d7f398f06e515ca64af5..d704151cf1614afc995b0b46e7163b6db1e6567b 100644 (file)
@@ -474,7 +474,7 @@ progressive_prepared_callback (GdkPixbufLoader* loader, gpointer data)
         pixbuf = gdk_pixbuf_loader_get_pixbuf (loader);
         g_assert (pixbuf != NULL);
 
-        gdk_pixbuf_ref (pixbuf); /* for the RGB window */
+        g_object_ref (pixbuf); /* for the RGB window */
 
         *retloc = new_testrgb_window (pixbuf, "Progressive");
 
index 0300a432bbce98878bc3d4bac3d660c8503b34d9..3fa1ba9dfe939eb80b01760770b94db6d6cae25a 100644 (file)
@@ -1,3 +1,25 @@
+2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * gdk-pixbuf-animation.c, gdk-pixbuf-loader.c, gdk-pixpuf.c,
+       io-gif-animation.c, io-gif.c, io-tiff.c, test-loaders.c: Remove
+       assorted G_OBJECT casts where unnecessary.
+
+       * gdk-pixbuf-loader.c: Call g_object_ref and g_object_unref
+       instead of gdk_pixbuf_animation_ref and gdk_pixbuf_animation_unref
+       resp.
+
+       * gdk-pixbuf-csource.c, io-bmp.c, io-gif-animation.c, io-ico.c,
+       io-jpeg.c, io-png.c, io-pnm.c, io-ras.c, io-tga.c, io-wbmp.c,
+       io-xbm.c, io-xpm.c, test-gdk-pixbuf.c: Dito for gdk_pixbuf_ref and
+       gdk_pixbuf_unref.
+       
+       * Makefile.am, pixops/Makefile.am: Compile everything with
+       -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
+
+       * gdk-pixdata.c: Use g_ascii_strup() instead of g_strup().
+
+       * io-xpm.c: Use g_ascii_strcasecmp() instead of g_strcasecmp().
+
 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
 
        * gdk-pixbuf-io.c: Markup fixes.
index 07df4d2c1d3834fdaf03527ea8d223afcf9ff012..5f5247ee8470e5c43a824583357f05225e316aeb 100644 (file)
@@ -210,6 +210,8 @@ INCLUDES = @STRIP_BEGIN@                    \
        -I$(top_srcdir)/gdk-pixbuf              \
        -I$(top_builddir)/gdk-pixbuf            \
        -DGTK_VERSION=\"@GTK_VERSION@\"         \
+       -DG_DISABLE_DEPRECATED                  \
+       -DGDK_PIXBUF_DISABLE_DEPRECATED         \
        @INCLUDED_LOADER_DEFINE@                \
        @GTK_DEBUG_FLAGS@                       \
        @GDK_PIXBUF_DEP_CFLAGS@                 \
index 274813c503c0722e7abb653972732f22ca6328d0..4da08f976a3ea4e66b530cf51fba60520c3fb0e3 100644 (file)
@@ -211,7 +211,7 @@ gdk_pixbuf_animation_new_from_file (const char *filename,
 
                 animation = gdk_pixbuf_non_anim_new (pixbuf);
 
-                g_object_unref (G_OBJECT (pixbuf));
+                g_object_unref (pixbuf);
        } else {
                fseek (f, 0, SEEK_SET);
                animation = (* image_module->load_animation) (f, error);
@@ -617,7 +617,7 @@ gdk_pixbuf_non_anim_finalize (GObject *object)
         GdkPixbufNonAnim *non_anim = GDK_PIXBUF_NON_ANIM (object);
 
         if (non_anim->pixbuf)
-                g_object_unref (G_OBJECT (non_anim->pixbuf));
+                g_object_unref (non_anim->pixbuf);
         
         G_OBJECT_CLASS (non_parent_class)->finalize (object);
 }
@@ -632,7 +632,7 @@ gdk_pixbuf_non_anim_new (GdkPixbuf *pixbuf)
         non_anim->pixbuf = pixbuf;
 
         if (pixbuf)
-                g_object_ref (G_OBJECT (pixbuf));
+                g_object_ref (pixbuf);
 
         return GDK_PIXBUF_ANIMATION (non_anim);
 }
@@ -681,7 +681,7 @@ gdk_pixbuf_non_anim_get_iter (GdkPixbufAnimation *anim,
 
         iter->non_anim = GDK_PIXBUF_NON_ANIM (anim);
 
-        g_object_ref (G_OBJECT (iter->non_anim));
+        g_object_ref (iter->non_anim);
         
         return GDK_PIXBUF_ANIMATION_ITER (iter);
 }
@@ -750,7 +750,7 @@ gdk_pixbuf_non_anim_iter_finalize (GObject *object)
 {
         GdkPixbufNonAnimIter *iter = GDK_PIXBUF_NON_ANIM_ITER (object);
 
-        g_object_unref (G_OBJECT (iter->non_anim));
+        g_object_unref (iter->non_anim);
         
         G_OBJECT_CLASS (non_iter_parent_class)->finalize (object);
 }
index ea56798b47ae1b1d37f6e26d9e4e6f9719a25cda..0c853200ce4e75e5c1148baaf306a8e4621202ab 100644 (file)
@@ -101,7 +101,7 @@ main (int   argc,
        }
       
       print_csource (stdout, pixbuf);
-      gdk_pixbuf_unref (pixbuf);
+      g_object_unref (pixbuf);
     }
   else /* parse name, file pairs */
     {
@@ -125,7 +125,7 @@ main (int   argc,
                  return 1;
                }
              print_csource (stdout, pixbuf);
-             gdk_pixbuf_unref (pixbuf);
+             g_object_unref (pixbuf);
              p++;
            }
          toggle = !toggle;
index f3eb4629a598de7e4cdb375e490e12d517b4d34b..66372dab93c3965b74447115a934cb983a06158a 100644 (file)
@@ -163,7 +163,7 @@ gdk_pixbuf_loader_finalize (GObject *object)
     g_warning ("GdkPixbufLoader finalized without calling gdk_pixbuf_loader_close() - this is not allowed. You must explicitly end the data stream to the loader before dropping the last reference.");
   
   if (priv->animation)
-    gdk_pixbuf_animation_unref (priv->animation);
+    g_object_unref (priv->animation);
   
   g_free (priv);
   
@@ -180,13 +180,13 @@ gdk_pixbuf_loader_prepare (GdkPixbuf          *pixbuf,
   priv = GDK_PIXBUF_LOADER (loader)->priv;
 
   if (anim)
-    g_object_ref (G_OBJECT (anim));
+    g_object_ref (anim);
   else
     anim = gdk_pixbuf_non_anim_new (pixbuf);
   
   priv->animation = anim;
   
-  g_signal_emit (G_OBJECT (loader), pixbuf_loader_signals[AREA_PREPARED], 0);
+  g_signal_emit (loader, pixbuf_loader_signals[AREA_PREPARED], 0);
 }
 
 static void
@@ -201,7 +201,7 @@ gdk_pixbuf_loader_update (GdkPixbuf *pixbuf,
   
   priv = GDK_PIXBUF_LOADER (loader)->priv;
   
-  g_signal_emit (G_OBJECT (loader),
+  g_signal_emit (loader,
                  pixbuf_loader_signals[AREA_UPDATED],
                  0,
                  x, y,
@@ -424,7 +424,7 @@ gdk_pixbuf_loader_new_with_type (const char *image_type,
   if (tmp != NULL)
     {
       g_propagate_error (error, tmp);
-      g_object_unref (G_OBJECT (retval));
+      g_object_unref (retval);
       return NULL;
     }
 
@@ -541,7 +541,7 @@ gdk_pixbuf_loader_close (GdkPixbufLoader *loader,
   
   priv->closed = TRUE;
   
-  g_signal_emit (G_OBJECT (loader), pixbuf_loader_signals[CLOSED], 0);
+  g_signal_emit (loader, pixbuf_loader_signals[CLOSED], 0);
 
   return retval;
 }
index 17df45fc7fd1dc67bef84d8c431e8e412e0e885d..bc8395ce762c3e88135b4d80d7099246d22ed7f8 100644 (file)
@@ -83,6 +83,7 @@ gdk_pixbuf_finalize (GObject *object)
         
         G_OBJECT_CLASS (parent_class)->finalize (object);
 }
+\f
 
 /**
  * gdk_pixbuf_ref:
@@ -248,7 +249,7 @@ gdk_pixbuf_new_subpixbuf (GdkPixbuf *src_pixbuf,
                                         NULL, NULL);
 
         /* Keep a reference to src_pixbuf */
-        g_object_ref (G_OBJECT (src_pixbuf));
+        g_object_ref (src_pixbuf);
   
         g_object_set_qdata_full (G_OBJECT (sub),
                                  g_quark_from_static_string ("gdk-pixbuf-subpixbuf-src"),
index 3c61497e935d4fc43098c5526d851224205e2fe6..c2b87e8402e5f84a5fc2b2e59e72c837bbded937 100644 (file)
@@ -625,8 +625,7 @@ gdk_pixdata_to_csource (GdkPixdata        *pixdata,
   height = pixdata->height;
   rowstride = pixdata->rowstride;
   rle_encoded = (pixdata->pixdata_type & GDK_PIXDATA_ENCODING_RLE) > 0;
-  macro_name = g_strdup (name);
-  g_strup (macro_name);
+  macro_name = g_ascii_strup (name, -1);
 
   cdata.dump_macros = (dump_type & GDK_PIXDATA_DUMP_MACROS) > 0;
   cdata.dump_struct = (dump_type & GDK_PIXDATA_DUMP_PIXDATA_STRUCT) > 0;
index 225cbde3435990b57ae19d6fe282c1ec1fa6ca00..4285b5ac58dd61095d93b9d186fa7730915f354d 100644 (file)
@@ -225,7 +225,7 @@ static GdkPixbuf *gdk_pixbuf__bmp_image_load(FILE * f, GError **error)
 
        }
        if (State->pixbuf != NULL)
-               gdk_pixbuf_ref(State->pixbuf);
+               g_object_ref(State->pixbuf);
 
        pb = State->pixbuf;
 
@@ -516,7 +516,7 @@ static gboolean gdk_pixbuf__bmp_image_stop_load(gpointer data, GError **error)
                g_free(context->Colormap);
 
        if (context->pixbuf)
-               gdk_pixbuf_unref(context->pixbuf);
+               g_object_unref(context->pixbuf);
 
        g_free(context->buff);
        g_free(context);
index d334cc421ef7d052e920c2f728ee2e6fd1a766b1..0a3ce6b70c70599bea48a9ef50413f18cd092732 100644 (file)
@@ -97,11 +97,11 @@ gdk_pixbuf_gif_anim_finalize (GObject *object)
         
         for (l = gif_anim->frames; l; l = l->next) {
                 frame = l->data;
-                gdk_pixbuf_unref (frame->pixbuf);
+                g_object_unref (frame->pixbuf);
                 if (frame->composited)
-                        gdk_pixbuf_unref (frame->composited);
+                        g_object_unref (frame->composited);
                 if (frame->revert)
-                        gdk_pixbuf_unref (frame->revert);
+                        g_object_unref (frame->revert);
                 g_free (frame);
         }
         
@@ -175,7 +175,7 @@ gdk_pixbuf_gif_anim_get_iter (GdkPixbufAnimation *anim,
 
         iter->gif_anim = GDK_PIXBUF_GIF_ANIM (anim);
 
-        g_object_ref (G_OBJECT (iter->gif_anim));
+        g_object_ref (iter->gif_anim);
         
         iter_restart (iter);
 
@@ -250,7 +250,7 @@ gdk_pixbuf_gif_anim_iter_finalize (GObject *object)
 
         iter_clear (iter);
 
-        g_object_unref (G_OBJECT (iter->gif_anim));
+        g_object_unref (iter->gif_anim);
         
         G_OBJECT_CLASS (iter_parent_class)->finalize (object);
 }
@@ -356,7 +356,7 @@ gdk_pixbuf_gif_anim_frame_composite (GdkPixbufGifAnim *gif_anim,
                         
                         if (f->need_recomposite) {
                                 if (f->composited) {
-                                        g_object_unref (G_OBJECT (f->composited));
+                                        g_object_unref (f->composited);
                                         f->composited = NULL;
                                 }
                         }
@@ -376,7 +376,7 @@ gdk_pixbuf_gif_anim_frame_composite (GdkPixbufGifAnim *gif_anim,
 
                         if (f->need_recomposite) {
                                 if (f->composited) {
-                                        g_object_unref (G_OBJECT (f->composited));
+                                        g_object_unref (f->composited);
                                         f->composited = NULL;
                                 }
                         }
@@ -457,7 +457,7 @@ gdk_pixbuf_gif_anim_frame_composite (GdkPixbufGifAnim *gif_anim,
                                                          (gif_anim->bg_blue << 8) |
                                                          prev_frame->bg_transparent ? 0 : 255);
 
-                                        g_object_unref (G_OBJECT (area));
+                                        g_object_unref (area);
                                         
                                 } else if (prev_frame->action == GDK_PIXBUF_FRAME_REVERT) {
                                         f->composited = gdk_pixbuf_copy (prev_frame->composited);
@@ -487,7 +487,7 @@ gdk_pixbuf_gif_anim_frame_composite (GdkPixbufGifAnim *gif_anim,
 
                                         f->revert = gdk_pixbuf_copy (area);
                                         
-                                        g_object_unref (G_OBJECT (area));
+                                        g_object_unref (area);
                                 }
 
                                 /* Put current frame onto f->composited */
index 62cea01d28e9bc2efd26d6dda4de079334e5ce48..c6bb34eccf77c508f601d2ef9a5514f70dfdadf9 100644 (file)
@@ -1363,9 +1363,9 @@ gdk_pixbuf__gif_image_load (FILE *file, GError **error)
         pixbuf = gdk_pixbuf_animation_get_static_image (GDK_PIXBUF_ANIMATION (context->animation));
 
         if (pixbuf)
-                g_object_ref (G_OBJECT (pixbuf));
+                g_object_ref (pixbuf);
 
-        g_object_unref (G_OBJECT (context->animation));
+        g_object_unref (context->animation);
         
         g_free (context->buf);
        g_free (context);
@@ -1417,7 +1417,7 @@ gdk_pixbuf__gif_image_stop_load (gpointer data, GError **error)
                 retval = FALSE;
         }
         
-        g_object_unref (G_OBJECT (context->animation));
+        g_object_unref (context->animation);
 
        g_free (context->buf);
        g_free (context);
@@ -1518,7 +1518,7 @@ gdk_pixbuf__gif_image_load_animation (FILE *file,
                                      GDK_PIXBUF_ERROR_CORRUPT_IMAGE,
                                      _("GIF file was missing some data (perhaps it was truncated somehow?)"));
 
-                g_object_unref (G_OBJECT (context->animation));
+                g_object_unref (context->animation);
                 context->animation = NULL;
         }
 
index 364fcd9dfbd53fb832c7752cb29b4e926c012844..4e871fb9df7c94866cd87ee4a88dce22c48c2d09 100644 (file)
@@ -174,7 +174,7 @@ context_free (struct ico_progressive_state *context)
                g_free (context->HeaderBuf);
 
        if (context->pixbuf)
-               gdk_pixbuf_unref (context->pixbuf);
+               g_object_unref (context->pixbuf);
 
        g_free (context);
 }
@@ -213,7 +213,7 @@ gdk_pixbuf__ico_image_load(FILE * f, GError **error)
                        }
        }
        if (State->pixbuf != NULL)
-               gdk_pixbuf_ref (State->pixbuf);
+               g_object_ref (State->pixbuf);
        else {
                g_set_error (error,
                             GDK_PIXBUF_ERROR,
index ec054dd2cc032dfbf8936e705e016840bbbad926..0cc66cdbf78845661c45627afd0a99391cb512e0 100644 (file)
@@ -385,7 +385,7 @@ gdk_pixbuf__jpeg_image_stop_load (gpointer data, GError **error)
          */
         
        if (context->pixbuf)
-               gdk_pixbuf_unref (context->pixbuf);
+               g_object_unref (context->pixbuf);
 
        /* if we have an error? */
        if (sigsetjmp (context->jerr.setjmp_buffer, 1)) {
index 8d102d94a143d8c2b63f59ba9a3f8ce8c4671719..d4cd962289153b91358f28181546415d1349fdc9 100644 (file)
@@ -454,7 +454,7 @@ gdk_pixbuf__png_image_stop_load (gpointer context, GError **error)
          */
         
         if (lc->pixbuf)
-                gdk_pixbuf_unref (lc->pixbuf);
+                g_object_unref (lc->pixbuf);
         
         png_destroy_read_struct(&lc->png_read_ptr, NULL, NULL);
         g_free(lc);
index 455bd2f783b5408d6e0ddef7b36213bbdbf328bd..bb188eedf2114d396d29dedeb84d8d9912fbd837 100644 (file)
@@ -709,7 +709,7 @@ gdk_pixbuf__pnm_image_load (FILE *f, GError **error)
                if (nbytes == 0) {
                        /* we ran out of data? */
                        if (context.pixbuf)
-                               gdk_pixbuf_unref (context.pixbuf);
+                               g_object_unref (context.pixbuf);
                        g_set_error (error,
                                     GDK_PIXBUF_ERROR,
                                     GDK_PIXBUF_ERROR_CORRUPT_IMAGE,
@@ -785,7 +785,7 @@ gdk_pixbuf__pnm_image_load (FILE *f, GError **error)
                                break;
                        } else if (retval == PNM_FATAL_ERR) {
                                if (context.pixbuf)
-                                       gdk_pixbuf_unref (context.pixbuf);
+                                       g_object_unref (context.pixbuf);
 
                                return NULL;
                        }
@@ -860,7 +860,7 @@ gdk_pixbuf__pnm_image_stop_load (gpointer data,
        g_return_val_if_fail (context != NULL, TRUE);
        
        if (context->pixbuf)
-               gdk_pixbuf_unref (context->pixbuf);
+               g_object_unref (context->pixbuf);
 
 #if 0
        /* We should ignore trailing newlines and we can't
@@ -1014,7 +1014,7 @@ gdk_pixbuf__pnm_image_load_increment (gpointer data,
                                break;
                        } else if (retval == PNM_FATAL_ERR) {
                                if (context->pixbuf)
-                                       gdk_pixbuf_unref (context->pixbuf);
+                                       g_object_unref (context->pixbuf);
                                return FALSE;
                        } else if (retval == PNM_OK) {  
                                /* send updated signal */
index 84b7c27f9282e28a0bffac5730c97a23cd44fb4d..ad692428bb072fe9de721cece0c2a18dd42e5217 100644 (file)
@@ -130,7 +130,7 @@ static GdkPixbuf *gdk_pixbuf__ras_image_load(FILE * f, GError **error)
        }
        g_free(membuf);
        if (State->pixbuf != NULL)
-               gdk_pixbuf_ref(State->pixbuf);
+               g_object_ref(State->pixbuf);
 
        pb = State->pixbuf;
 
@@ -271,7 +271,7 @@ gdk_pixbuf__ras_image_stop_load(gpointer data, GError **error)
                g_free(context->HeaderBuf);
 
        if (context->pixbuf)
-               gdk_pixbuf_unref(context->pixbuf);
+               g_object_unref(context->pixbuf);
 
        g_free(context);
 
index f48f1276ef8805a00d0774897027dd39340c6819..d8dd9c78d58e7b73f14fe118dc254dabe333e6a0 100644 (file)
@@ -752,7 +752,7 @@ static gboolean gdk_pixbuf__tga_stop_load(gpointer data, GError **err)
        g_free(ctx->hdr);
        if (ctx->cmap)
                g_free(ctx->cmap);
-       gdk_pixbuf_unref(ctx->pbuf);
+       g_object_unref(ctx->pbuf);
        if (ctx->in->size)
                ctx->in = io_buffer_free_segment(ctx->in, ctx->in->size, err);
        if (!ctx->in) {
@@ -905,14 +905,14 @@ static GdkPixbuf *get_image_pseudocolor(FILE *f, TGAHeader *hdr,
                n = count = 0;
                for (; n < pbuf->width * pbuf->height;) {
                        if (!fread_check(&tag, 1, 1, f, err)) {
-                               gdk_pixbuf_unref(pbuf);
+                               g_object_unref(pbuf);
                                return NULL;
                        }
                        if (tag & 0x80) {
                                count = (tag & 0x7f) + 1;
                                n += count;
                                if (!fread_check(&color, 1, 1, f, err)) {
-                                       gdk_pixbuf_unref(pbuf);
+                                       g_object_unref(pbuf);
                                        return NULL;
                                }
                                for (; count; count--) {
@@ -927,7 +927,7 @@ static GdkPixbuf *get_image_pseudocolor(FILE *f, TGAHeader *hdr,
                                n += count;
                                for (; count; count--) {
                                        if (!fread_check(&color, 1, 1, f, err)) {
-                                               gdk_pixbuf_unref(pbuf);
+                                               g_object_unref(pbuf);
                                                return NULL;
                                        }
                                        *p++ = cmap->cols[color].r;
@@ -941,7 +941,7 @@ static GdkPixbuf *get_image_pseudocolor(FILE *f, TGAHeader *hdr,
        } else {
                for (n = 0; n < pbuf->width * pbuf->height; n++) {
                        if (!fread_check(&color, 1, 1, f, err)) {
-                               gdk_pixbuf_unref(pbuf);
+                               g_object_unref(pbuf);
                                return NULL;
                        }
                        *p++ = cmap->cols[color].r;
@@ -1001,14 +1001,14 @@ static GdkPixbuf *get_image_truecolor(FILE *f, TGAHeader *hdr,
                n = count = 0;
                for (; n < pbuf->width * pbuf->height;) {
                        if (!fread_check(&tag, 1, 1, f, err)) {
-                               gdk_pixbuf_unref(pbuf);
+                               g_object_unref(pbuf);
                                return NULL;
                        }
                        if (tag & 0x80) {
                                count = (tag & 0x7f) + 1;
                                n += count;
                                if (!fread_check(&pixel, pbuf->n_channels, 1, f, err)) {
-                                       gdk_pixbuf_unref(pbuf);
+                                       g_object_unref(pbuf);
                                        return NULL;
                                }
                                for (; count; count--) {
@@ -1019,7 +1019,7 @@ static GdkPixbuf *get_image_truecolor(FILE *f, TGAHeader *hdr,
                                count = tag + 1;
                                n += count;
                                if (!fread_check(p, pbuf->n_channels * count, 1, f, err)) {
-                                       gdk_pixbuf_unref(pbuf);
+                                       g_object_unref(pbuf);
                                        return NULL;
                                }
                                p += pbuf->n_channels * count;
@@ -1027,7 +1027,7 @@ static GdkPixbuf *get_image_truecolor(FILE *f, TGAHeader *hdr,
                }
        } else {
                if (!fread_check(p, pbuf->rowstride * pbuf->height, 1, f, err)) {
-                       gdk_pixbuf_unref(pbuf);
+                       g_object_unref(pbuf);
                        return NULL;
                }
        }
@@ -1067,14 +1067,14 @@ static GdkPixbuf *get_image_grayscale(FILE *f, TGAHeader *hdr,
                n = count = 0;
                for (; n < pbuf->width * pbuf->height;) {
                        if (!fread_check(&tag, 1, 1, f, err)) {
-                               gdk_pixbuf_unref(pbuf);
+                               g_object_unref(pbuf);
                                return NULL;
                        }
                        if (tag & 0x80) {
                                count = (tag & 0x7f) + 1;
                                n += count;
                                if (!fread_check(&color, 1, 1, f, err)) {
-                                       gdk_pixbuf_unref(pbuf);
+                                       g_object_unref(pbuf);
                                        return NULL;
                                }
                                for (; count; count--) {
@@ -1086,7 +1086,7 @@ static GdkPixbuf *get_image_grayscale(FILE *f, TGAHeader *hdr,
                                n += count;
                                for (; count; count--) {
                                        if (!fread_check(&color, 1, 1, f, err)) {
-                                               gdk_pixbuf_unref(pbuf);
+                                               g_object_unref(pbuf);
                                                return NULL;
                                        }
                                        p[0] = p[1] = p[2] = color;
@@ -1097,7 +1097,7 @@ static GdkPixbuf *get_image_grayscale(FILE *f, TGAHeader *hdr,
        } else {
                for (n = 0; n < pbuf->width * pbuf->height; n++) {
                        if (!fread_check(&color, 1, 1, f, err)) {
-                               gdk_pixbuf_unref(pbuf);
+                               g_object_unref(pbuf);
                                return NULL;
                        }
                        p[0] = p[1] = p[2] = color;
index 874a8a73d0728cccda58ed34b63461222caf950b..d0de1063765740597401abc68ad680204ba0cd3a 100644 (file)
@@ -420,7 +420,7 @@ gdk_pixbuf__tiff_image_stop_load (gpointer data,
                 
                 pixbuf = tiff_image_parse (tiff, context, error);
                 if (pixbuf)
-                        g_object_unref (G_OBJECT (pixbuf));
+                        g_object_unref (pixbuf);
                 retval = pixbuf != NULL;
                 TIFFClose (tiff);
                 if (global_error)
index c495b21cbf668f0951c8edd72dad11dc007718c4..d483e360c195a3a9103a6795c43996e846baea1b 100644 (file)
@@ -101,7 +101,7 @@ static GdkPixbuf *gdk_pixbuf__wbmp_image_load(FILE * f, GError **error)
 
        }
        if (State->pixbuf != NULL)
-               gdk_pixbuf_ref(State->pixbuf);
+               g_object_ref(State->pixbuf);
 
        pb = State->pixbuf;
 
@@ -152,7 +152,7 @@ static gboolean gdk_pixbuf__wbmp_image_stop_load(gpointer data,
         
        g_return_val_if_fail(context != NULL, TRUE);
        if (context->pixbuf)
-         gdk_pixbuf_unref(context->pixbuf);
+         g_object_unref(context->pixbuf);
 
        g_free(context);
 
index 62413a1a967d48aeba0c65e8a6fc7de732c18519..c5589bc97923c2c00deaa191380532f437d80b4b 100644 (file)
@@ -327,7 +327,7 @@ gdk_pixbuf__xbm_image_load_real (FILE *f, XBMData *context, GError **error)
 
        if (context) {
                (* context->update_func) (pixbuf, 0, 0, w, h, context->user_data);
-               gdk_pixbuf_unref (pixbuf);
+               g_object_unref (pixbuf);
                pixbuf = NULL;
        }
 
index 3efb4324a039d2faa85a709d49ab899235f97773..5328e75cd8795a9f82c053abba525f6ea807c3a8 100644 (file)
@@ -1297,7 +1297,7 @@ pixbuf_create_from_xpm (const gchar * (*get_buf) (enum buf_op op, gpointer handl
 
                color_name = xpm_extract_color (buffer);
 
-               if ((color_name == NULL) || (g_strcasecmp (color_name, "None") == 0)
+               if ((color_name == NULL) || (g_ascii_strcasecmp (color_name, "None") == 0)
                    || (parse_color (color_name, color) == FALSE)) {
                        color->transparent = TRUE;
                        color->red = 0;
@@ -1476,7 +1476,7 @@ gdk_pixbuf__xpm_image_stop_load (gpointer data,
                                                   NULL,
                                                   context->user_data);
                        (* context->update_func) (pixbuf, 0, 0, pixbuf->width, pixbuf->height, context->user_data);
-                       gdk_pixbuf_unref (pixbuf);
+                       g_object_unref (pixbuf);
 
                        retval = TRUE;
                }
index a1df47711996b127225e9f24f09a71796f23b844..13cf33efed9155d778b8789cb1a78e4e8ce475ca 100644 (file)
@@ -4,6 +4,8 @@ INCLUDES = @STRIP_BEGIN@ \
        -I$(top_srcdir) -I$(top_builddir)       \
        @GTK_DEBUG_FLAGS@                       \
        @GDK_PIXBUF_DEP_CFLAGS@                 \
+       -DG_DISABLE_DEPRECATED                  \
+       -DGDK_PIXBUF_DISABLE_DEPRECATED         \
 @STRIP_END@
 
 noinst_PROGRAMS = timescale
index 5b52128b759f7fbf86605ebfe64f26b1d856177d..0732ee8cb9b8ee16427615e3cbc31d40d77a6610 100644 (file)
@@ -99,8 +99,8 @@ simple_composite_test_one (GdkInterpType type,
                                   + 16 * gdk_pixbuf_get_n_channels (destination_pixbuf),
                                   destination_alpha);
          
-       gdk_pixbuf_unref (source_pixbuf);
-       gdk_pixbuf_unref (destination_pixbuf);
+       g_object_unref (source_pixbuf);
+       g_object_unref (destination_pixbuf);
 
        if (result_pixel != expected_result) {
                char *interpolation_type, *source_string, *destination_string, *result_string, *expected_string;
index f34e22d436cf8b423de05b8b76e6088588c4cbd1..95c4a6ec0d4f8a430d13024888bf21a4df82f694 100644 (file)
@@ -155,7 +155,7 @@ test_loader (const guchar *bytes, gsize len, gboolean data_is_ok)
       err = NULL;
       did_fail = TRUE;
     }
-  g_object_unref (G_OBJECT (loader));
+  g_object_unref (loader);
   
   if (data_is_ok == did_fail)
     return FALSE;
@@ -192,7 +192,7 @@ mem_test (const guchar *bytes, gsize len)
   } while (!did_fail);
   
   for (i = loaders; i != NULL; i = i->next)
-    g_object_unref (G_OBJECT (i->data));
+    g_object_unref (i->data);
   g_list_free (loaders);
 }
 
@@ -249,7 +249,7 @@ assault (const gchar *header, gsize header_size,
          err = NULL;
        }
       
-      g_object_unref (G_OBJECT (loader));
+      g_object_unref (loader);
     }
 }